home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif…cial Edition 1999 Winter / cd 3.iso / mac / Mac / Shares / Midishare™1.68 / Development Tools / Sources Examples / Skeleton_P / Skeleton.make next >
Encoding:
Text File  |  1992-03-08  |  734 b   |  28 lines  |  [TEXT/MPS ]

  1. #   File:       Skeleton.make
  2. #   Target:     Skeleton
  3. #   Sources:    Skeleton.p Skeleton.r HD80:MPW:Interfaces:PInterfaces:MIDIShareUnit.p
  4. #   Created:    Vendredi 18 Mai 1990 17:47:16
  5.  
  6.  
  7. OBJECTS = Skeleton.p.o "{PInterfaces}"MIDIShareUnit.p.o
  8.  
  9.  
  10. Skeleton ƒƒ Skeleton.make Skeleton.r
  11.     Rez Skeleton.r -append -o Skeleton
  12.     SetFile -a B "Skeleton"
  13.  
  14. Skeleton ƒƒ Skeleton.make {OBJECTS}
  15.     Link -w -t APPL -c 'SklP' ∂
  16.         {OBJECTS} ∂
  17.         "{Libraries}"Runtime.o ∂
  18.         "{Libraries}"Interface.o ∂
  19.         "{PLibraries}"SANELib.o ∂
  20.         "{PLibraries}"PasLib.o ∂
  21.         -o Skeleton
  22.  
  23. Skeleton.p.o ƒ Skeleton.make Skeleton.p
  24.      Pascal  Skeleton.p
  25.  
  26. "{PInterfaces}"MIDIShareUnit.p.o ƒ Skeleton.make "{PInterfaces}"MIDIShareUnit.p
  27.      Pascal  "{PInterfaces}"MIDIShareUnit.p
  28.